GetView(Type[])

Method

Namespace: Ignis

Declared in: Ignis.IEntityManager


Gets an entity view which contains entities with the specified components.

Syntax

public IEntityView GetView(
	Type[] filter
)

Parameters

filter

Required component types


Back to index